home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_apache.idb / usr / freeware / src / apache / patches.z / patches
Encoding:
Text File  |  1999-07-16  |  419 b   |  20 lines

  1. *** ./src/ap/ap_fnmatch.c    Mon Jul 13 04:32:39 1998
  2. --- ../apache_1.3.4/./src/ap/ap_fnmatch.c    Mon Jan 25 19:50:12 1999
  3. ***************
  4. *** 44,50 ****
  5.    */
  6.   
  7.   #include "ap_config.h"
  8. ! #include "fnmatch.h"
  9.   #include <string.h>
  10.   
  11.   #define    EOS    '\0'
  12. --- 44,50 ----
  13.    */
  14.   
  15.   #include "ap_config.h"
  16. ! #include "../include/fnmatch.h"    /* use the apache version of fnmatch.h */
  17.   #include <string.h>
  18.   
  19.   #define    EOS    '\0'
  20.